home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gmtype
- set tclick to the clickOn
- puppetSound("CLICK")
- set the visible of sprite (tclick + 3) to 1
- updateStage()
- waittimer(1)
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- updateStage()
- go(the frame + 1)
- end
-